﻿
.mazgazine-part{
    margin:2.5rem auto;
}
.maagzine-head-part p {
    color: #848485;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.magzine-head-new {
    font-size: 26px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    background: linear-gradient(90deg, #012978 0%, #5976b2 50%, #6B8CCE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.all-part-magazine {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 0.5px solid #eaeaea;
}
.all-mag-part{
    margin-top:2rem;
}
.magazine-top-image {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 145px;
    border-radius: 8px;
}

.magazine-heading {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter';
    margin-bottom: 8px;
}

.magazine-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.magazine-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.read-time {
    display: flex;
    align-items: center;
    color: #777;
    flex:1;
}
.magazine-bot-content{
    height:160px;
}

.read-time i {
    color: rgb(255, 152, 0);
    margin-right: 2px;
}

.read-more-btn {
 
    color: royalblue;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s ease;
}

    .read-more-btn:hover {
        background-color: royalblue;
        color:white;
    }

/*
    Hunger css*/

.hunger-part{
    margin:3rem auto;
}
.all-hunger {
    display: flex;
    align-items: center;
    gap: 0;
}

.hunger-image {
    background-size: cover;
    background-position: center;
    height: 400px;
    /* width: 100%; */
    width: 42%;
    overflow:hidden;
}

.hunger-text {
    flex: 1;
    background-color: #0a55c3;
    color: white;
    height: 400px;
    flex-direction: column;
    display: flex;
    padding: 40px 70px;
    /* align-items: center; */
    justify-content: center;
}

.hunger-title {
    color: #FFF;
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    line-height: 1.2;
    font-weight: 800;
}

.hunger-description {
    font-size: 14px;
    color: #FFF;
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    line-height: 139%;
    /* margin: 0; */
    margin: 1rem auto;
    letter-spacing: 0.8px;
}
.trip-mission {
    font-size: 16px;
    color: #FFF;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 139%;
    margin: 1rem auto;
}

.highlight-text {
    font-size: 16px;
    color: #FFF;
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    line-height: 139%;
    letter-spacing: -0.8px;
}

/* Media Query for Tablet View (610px - 850px) */

@media only screen and (min-width: 320px) and (max-width: 650px) {
    .magzine-head-new {
        font-size: 18px;
        font-weight: 700;
        
    }
    .maagzine-head-part p {
        font-size: 14px;
    }
    .all-part-magazine {      
        margin-bottom: 1rem;
    }
    .magazine-heading {
        font-size: 16px;
    
    }
    .all-hunger {
        flex-direction: column;
        align-items: start;
 
    }
    .hunger-image {
        width: 100%;
        height: 255px;
    }
    .hunger-image {
        width: 100%;
        height: 250px;
    }

    .hunger-text {
        width: 100%;
        height: auto;
        padding: 20px;
        text-align: start;
    }

    .hunger-title {
        font-size: 22px;
    }

    .hunger-description,
    .trip-mission {
        font-size: 13px;
        margin-bottom:10px;
    }
    .magazine-bot-content {
        height: auto;
    }
}
@media (min-width: 651px) and (max-width: 1024px) {
    .hunger-image {
        width: 50%;
        height: 520px;
    }

    .hunger-text {
        height: auto;
        padding: 30px 50px;
    }

    .hunger-title {
        font-size: 28px;
    }

    .hunger-description,
    .trip-mission {
        font-size: 14px;
    }
    .all-mag-part {
        display: flex;
        flex-wrap: wrap; 
        justify-content: space-between; 
    }

        .all-mag-part .col-md-3 {
            width: 50%; 
            margin-bottom: 20px; 
        }
   
}
